home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000315_news@columbia.edu _Thu Jul 22 10:06:59 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA01310
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 22 Jul 1999 10:06:58 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA14416
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 22 Jul 1999 09:54:04 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: write current terminal emulation screen to file
  11. Date: 22 Jul 1999 13:54:04 GMT
  12. Organization: Columbia University
  13. Message-ID: <7n77ps$e2d$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <7n76at$r9i$1@nnrp1.deja.com>,  <jhcoutureiii@my-deja.com> wrote:
  17. : How would I do the above?  Write a current screen to a file, to print
  18. : out at a later time.
  19. :
  20. SET PRINTER <filename>
  21.  
  22. Then press Alt-P to print the current screen.
  23.  
  24. - Frank